home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11652 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  974 b 

  1. Path: airdmhor.gen.nz!not-for-mail
  2. From: gumboot@airdmhor.gen.nz (Simon Hosie)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: compilers
  5. Date: 26 Mar 1996 06:31:56 +1200
  6. Organization: Airdmhor : a couple of BBS's, a bunch of people, and a cat.
  7. Message-ID: <4j6oqs$dmb@airdmhor.gen.nz>
  8. References: <4iburm$aps@airdmhor.gen.nz> <DoBvF6.GG5@iquest.net> <4ihcld$iln@airdmhor.gen.nz> <827527527snz@genesis.demon.co.uk>
  9. NNTP-Posting-Host: airdmhor.gen.nz
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Lawrence Kirby:
  13. > And it is one of the more trivial optimisations for a compiler to rearrange
  14. > loops for efficiency. Concern yourself with clarity in the source code - let
  15. > the compiler deal with generating efficient object code. It may even find
  16. > a better way than generating code equivalent to the 2nd form so it is
  17. > unwise to 2nd guess it.
  18.  
  19.   I was brought up on MicroSoft and Borland C, it is wise to second guess
  20. those; they're hopeless.. I don't blame them, though, I blame the processor.
  21.